Clears the collection of all indexes. All indexes are detached from the indexed collection and destroyed.

Namespace:  C1.LiveLinq.Indexing
Assembly:  C1.LiveLinq (in C1.LiveLinq.dll)

Syntax

C#
public abstract void Clear()
Visual Basic
Public MustOverride Sub Clear

Implements

ICollection<(Of <(<'T>)>)>..::..Clear()()()()

See Also